﻿@charset "utf-8";

/*黑白*/
/*html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
}*/
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{
	margin:0;
	padding:0;
}
body,input,textarea,select,button,table{
	font-size:16px;
	line-height:1.25em;
	font-family:Arial,'microsoft yahei',Verdana,Helvetica,sans-serif;
}
/*取消按钮点击的时候有阴影*/
a,img,button,input,textarea{
	-webkit-tap-highlight-color:rgba(255,255,255,0);
	-ms-tap-highlight-color:rgba(255,255,255,0);
	-moz-tap-highlight-color:rgba(255,255,255,0);
	-o-tap-highlight-color:rgba(255,255,255,0);
}
button, input, textarea, select {
    border: medium none;
    outline: medium none;/*取消chrome下input和textarea的聚焦边框*/
	-webkit-appearance:none;
	-ms-appearance:none;
	-moz-appearance:none;
	-o-appearance:none;
}
body{
    min-width:320px;
    height: 100vh;
	font-size:1em;
	-webkit-text-size-adjust:none; 
	color: #333;
}
h1,h2,h3,h4,h5,h6 {
	font-size: inherit; 
	font-weight: normal;
}
header,footer,section,nav,menu,details,hgroup,figure,figcaption,article,aside{
	margin:0;
	padding:0;
	display:block;
}
img,fieldset{
	border:0;
}
img { 
	vertical-align:middle;
}
ul,ol{
	list-style:none;
}
table{
	border-collapse:collapse; 
	width: 100%;
}
a{
	color:#666;
	text-decoration:none;
}
.cl:after{
	clear:both;
	content:" ";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}
.cl{
	zoom:1
}
.rel{
    position: relative;
}
.abs{
	position: absolute;
}
.dis{
    display: block;
}
.hide{
    display: none;
}
.hr_gray {
    border: none;
    border-top: 1px solid #ccc;
}
/*arrow*/
.arr_right:after,.arr_left:after{
  content: "";
  width: 0.4rem;
  height:0.4rem;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  top: 50%;
  right:15px;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_down:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 48%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.25rem;
  }
  .arr_up:after{
  content: "";
  width: 8px;
  height:8px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  top: 50%;
  right:-0.85rem;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top:-0.15rem; 
  }
/*取消滚动条*/
.cansel_scrollbar::-webkit-scrollbar              { /* 1 */  width:0px; background-color:rgba(0,0,0,0);}
.cansel_scrollbar::-webkit-scrollbar-button       { /* 2 */ }
.cansel_scrollbar::-webkit-scrollbar-track        { /* 3 */ }
.cansel_scrollbar::-webkit-scrollbar-track-piece  { /* 4 */ }
.cansel_scrollbar::-webkit-scrollbar-thumb        { /* 5 */ border:none; width:5px;  border-radius:4px; background-color:rgba(0,0,0,0);}
.cansel_scrollbar::-webkit-scrollbar-corner       { /* 6 */ background-color:#41475f;}
.cansel_scrollbar::-webkit-resizer                { /* 7 */ }
.cansel_scrollbar::-webkit-scrollbar:horizontal   { height:1px;}
body {
	background-color: #fff;
}
.flex {
    display: flex;
}
.flex-row {
    display: flex;
    flex-direction: row;
}
.flex-col{
    display: flex;
    flex-direction: column;
}
.flex-grow-0{
    flex-grow: 0;
}
.flex-grow-1{
    flex-grow: 1;
}
.flex-x-center{
    display: flex;
    justify-content: center;
}
.flex-y-center{
    display: flex;
    align-items: center;
}
.flex-y-start{
   display: flex;
   align-items: flex-start;
}
.flex-x-between{
   display: flex;
   justify-content: space-between;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
/*我为群众办实事*/
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
body{overflow-x: hidden;}
.main_container .headBox{
    height: 730px;
    background: url(../images/head_bg_newest.png) center top no-repeat;
}
.main_container .module1,.main_container .module2{
    width: 1170px;
    background-color: #fff;
    border-radius: 20px;
    margin: -330px auto 35px;
    box-shadow: 0 0 35px rgba(199,180,180,.5);
    position: relative;
    padding: 70px 35px 30px;
}
.main_container .module2{
    margin: 30px auto;
}
 .main_title{
    width: 300px;
    display: block;
    margin: 20px auto 10px;
}
.main_title1{
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
}
.module_info .imgBox{
    width: 500px;
    height: 280px;
}
.module_info .imgBox img{
    width: 100%;
    height: 100%;
}
.module_info ul{
    width: 570px;
    margin-top: -10px;
}
.module_info2{
    margin-top: -15px;
}
.module_info2 ul li{
   width: 49%;
}
.module_info2 ul li:nth-child(2n){
    margin-left: 2%;
}
.module_info ul li a,.module_info2 ul li a{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-self: center;
    padding: 0 5px;
    position: relative;
}
.module_info2 ul li a{
    border-bottom: 0;
    height: 55px;
}
.module_info ul li a:hover p,.module_info2 ul li a:hover p{
    color: #e11c1c;
}
.module_info ul li a:hover::after,.module_info2 ul li a:hover::after{
    content: '';
    width: 9px;
    height: 11px;
    background: url(../images/icon_arr.png) 0 0 no-repeat;
    background-size: 80% 80%;
    position: absolute;
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
}
.module_info ul li a p,.module_info2 ul li a p{
    font-size: 14px;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.more_right{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.moreBtn{
    font-size: 14px;
    color: #d80c18;
}
.moreBtn img{
    width:28px;
    margin-right: 5px;
}
.moreBtn2{
    bottom: 25px;
}
#video{
    width: 100%;
    height: 100%;
    cursor: pointer;
}


/*footer*/
.footer {
    width: 100%;
    text-align: center;
    background-color: #ab0c15;
    padding: 25px 0 20px;
}
.footer ul{
    margin-bottom: 10px;
}
.footer ul li a{
    font-size: 12px;
    color: #fff;
}
.footer ul li{
    position: relative;
    padding: 0 15px;
}
.footer ul li:not(:last-child)::after{
    content: '';
    width: 1px;
    height: 60%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer a {
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
}
.footer p a:not(:last-child) {
    margin-right: 30px;
}
.footer .bottom_s2 {
    margin-top: 15px;
    width: 50px;
}
.footer p a img {
    margin-right: 5px;
}
.recommendBox{
    width: 1168px;
    margin: 30px auto;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0,0,0,.15);
    padding: 68px 30px 30px;
    position: relative;
}
.recommendBox .pic_title {
    width: 260px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.recommendBox .pic_title img{
    width: 100%;
    height: 100%;
}
.recommendBox a{
    display: block;
    cursor: pointer;
}
.recommendBox a img{
    width: 100%;
}
.flag_left{
    width: 405px;
    position: absolute;
    left: -220px;
    top: -5px;
    z-index: -1;
}
.flag_right{
    width: 475px;
    position: absolute;
    right: -250px;
    bottom: -80px;
    z-index: -1;
}
